SsLocation 
Logical Entity Name  SsLocation 
Default Table Name  SsLocation 
Physical Only  NO 
Definition 
 
Note 
 

SsLocation Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SsLocationID(PK)    int  NO 
 
Code    char(8)  NO 
 
Descrip    varchar(120)  NO 
 
OnCampusFacility    bit  NO 
 
SyCampusID(FK)    int  NO 
 
Active    bit  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 

SsLocation Primary and Unique Keys 
Key Name  Key Type  Keys 
SsLocation_Code_U_N_IDX  Index  Code 
SsLocation_SsLocationID_U_C_IDX  PrimaryKey  SsLocationID 

SsLocation Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyCampus  Non-Identifying  One To Zero or More  FK_SsLocation_SyCampusID_SyCampus_SyCampusID      SyCampusID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_SsLocation_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SsRoom  Non-Identifying  One To Zero or More  FK_SsRoom_SsLocationID_SsLocation_SsLocationID        NO  YES 
SsStudHousingInfo  Non-Identifying  One To Zero or More  FK_SsStudHousingInfo_SsLocationID_SsLocation_SsLocationID        NO  YES 

SsLocation Check Constraints 
Check Constraint Name  CheckConstraint